RedisOperationsExtensions.CheckNameAvailability 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.
Checks that the redis cache name is valid and is not already in use.
public static void CheckNameAvailability (this Microsoft.Azure.Management.Redis.IRedisOperations operations, Microsoft.Azure.Management.Redis.Models.CheckNameAvailabilityParameters parameters);
static member CheckNameAvailability : Microsoft.Azure.Management.Redis.IRedisOperations * Microsoft.Azure.Management.Redis.Models.CheckNameAvailabilityParameters -> unit
<Extension()>
Public Sub CheckNameAvailability (operations As IRedisOperations, parameters As CheckNameAvailabilityParameters)
Parameters
- operations
- IRedisOperations
The operations group for this extension method.
- parameters
- CheckNameAvailabilityParameters
Parameters supplied to the CheckNameAvailability Redis operation. The only supported resource type is 'Microsoft.Cache/redis'