RedisEnterpriseClusterData(AzureLocation, RedisEnterpriseSku) Constructor
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.
Initializes a new instance of RedisEnterpriseClusterData.
public RedisEnterpriseClusterData (Azure.Core.AzureLocation location, Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseSku sku);
new Azure.ResourceManager.RedisEnterprise.RedisEnterpriseClusterData : Azure.Core.AzureLocation * Azure.ResourceManager.RedisEnterprise.Models.RedisEnterpriseSku -> Azure.ResourceManager.RedisEnterprise.RedisEnterpriseClusterData
Public Sub New (location As AzureLocation, sku As RedisEnterpriseSku)
Parameters
- location
- AzureLocation
The location.
The SKU to create, which affects price, performance, and features.
Exceptions
sku
is null.