Share via


CheckNameAvailabilityParameters Constructors

Definition

Overloads

CheckNameAvailabilityParameters()

Initializes a new instance of the CheckNameAvailabilityParameters class.

CheckNameAvailabilityParameters(String, String)

Initializes a new instance of the CheckNameAvailabilityParameters class.

CheckNameAvailabilityParameters()

Initializes a new instance of the CheckNameAvailabilityParameters class.

public CheckNameAvailabilityParameters ();
Public Sub New ()

Applies to

CheckNameAvailabilityParameters(String, String)

Initializes a new instance of the CheckNameAvailabilityParameters class.

public CheckNameAvailabilityParameters (string name, string type);
new Microsoft.Azure.Management.RedisCache.Models.CheckNameAvailabilityParameters : string * string -> Microsoft.Azure.Management.RedisCache.Models.CheckNameAvailabilityParameters
Public Sub New (name As String, type As String)

Parameters

name
String

Resource name.

type
String

Resource type. The only legal value of this property for checking redis cache name availability is 'Microsoft.Cache/redis'.

Applies to