Azure.ResourceManager.RedisEnterpriseCache Namespace

Classes

ClusterCollection

A class representing a collection of ClusterResource and their operations. Each ClusterResource in the collection will belong to the same instance of ResourceGroupResource. To get a ClusterCollection instance call the GetClusters method from an instance of ResourceGroupResource.

ClusterData

A class representing the Cluster data model.

ClusterResource

A Class representing a Cluster along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a ClusterResource from an instance of ArmClient using the GetClusterResource method. Otherwise you can get one from its parent resource ResourceGroupResource using the GetCluster method.

DatabaseCollection

A class representing a collection of DatabaseResource and their operations. Each DatabaseResource in the collection will belong to the same instance of ClusterResource. To get a DatabaseCollection instance call the GetDatabases method from an instance of ClusterResource.

DatabaseData

A class representing the Database data model.

DatabaseResource

A Class representing a Database along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a DatabaseResource from an instance of ArmClient using the GetDatabaseResource method. Otherwise you can get one from its parent resource ClusterResource using the GetDatabase method.

RedisEnterpriseCacheExtensions

A class to add extension methods to Azure.ResourceManager.RedisEnterpriseCache.

RedisEnterpriseCachePrivateEndpointConnectionCollection

A class representing a collection of RedisEnterpriseCachePrivateEndpointConnectionResource and their operations. Each RedisEnterpriseCachePrivateEndpointConnectionResource in the collection will belong to the same instance of ClusterResource. To get a RedisEnterpriseCachePrivateEndpointConnectionCollection instance call the GetRedisEnterpriseCachePrivateEndpointConnections method from an instance of ClusterResource.

RedisEnterpriseCachePrivateEndpointConnectionData

A class representing the RedisEnterpriseCachePrivateEndpointConnection data model.

RedisEnterpriseCachePrivateEndpointConnectionResource

A Class representing a RedisEnterpriseCachePrivateEndpointConnection along with the instance operations that can be performed on it. If you have a ResourceIdentifier you can construct a RedisEnterpriseCachePrivateEndpointConnectionResource from an instance of ArmClient using the GetRedisEnterpriseCachePrivateEndpointConnectionResource method. Otherwise you can get one from its parent resource ClusterResource using the GetRedisEnterpriseCachePrivateEndpointConnection method.