你当前正在访问 Microsoft Azure Global Edition 技术文档网站。 如果需要访问由世纪互联运营的 Microsoft Azure 中国技术文档网站,请访问 https://docs.azure.cn

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