RedisCreateOrUpdateContent(RedisSku, AzureLocation) 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 RedisCreateOrUpdateContent.
public RedisCreateOrUpdateContent(Azure.ResourceManager.Redis.Models.RedisSku sku, Azure.Core.AzureLocation location);
new Azure.ResourceManager.Redis.Models.RedisCreateOrUpdateContent : Azure.ResourceManager.Redis.Models.RedisSku * Azure.Core.AzureLocation -> Azure.ResourceManager.Redis.Models.RedisCreateOrUpdateContent
Public Sub New (sku As RedisSku, location As AzureLocation)
Parameters
- sku
- RedisSku
The SKU of the Redis cache to deploy.
- location
- AzureLocation
The geo-location where the resource lives.
Exceptions
sku is null.