RedisEnterpriseOperationsExtensions.List(IRedisEnterpriseOperations) Method
Definition
Important
Some information relates to prerelease product that may be substantially modified before it’s released. Microsoft makes no warranties, express or implied, with respect to the information provided here.
Gets all RedisEnterprise clusters in the specified subscription.
public static Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisEnterprise.Models.Cluster> List (this Microsoft.Azure.Management.RedisEnterprise.IRedisEnterpriseOperations operations);
static member List : Microsoft.Azure.Management.RedisEnterprise.IRedisEnterpriseOperations -> Microsoft.Rest.Azure.IPage<Microsoft.Azure.Management.RedisEnterprise.Models.Cluster>
<Extension()>
Public Function List (operations As IRedisEnterpriseOperations) As IPage(Of Cluster)
Parameters
- operations
- IRedisEnterpriseOperations
The operations group for this extension method.