RedisCreateOrUpdateContent(RedisSku, AzureLocation) Constructor

Definition

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.

Applies to