CheckNameAvailabilityParameters Class

Parameters body to pass for resource name availability check.

All required parameters must be populated in order to send to server.

Inheritance
azure.mgmt.redis._serialization.Model
CheckNameAvailabilityParameters

Constructor

CheckNameAvailabilityParameters(*, name: str, type: str, **kwargs: Any)

Keyword-Only Parameters

Name Description
name
str

Resource name. Required.

type
str

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

Variables

Name Description
name
str

Resource name. Required.

type
str

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