CheckNameAvailabilityRequestBody Class

The information required to check the availability of the name for the tenant.

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

Inheritance
msrest.serialization.Model
CheckNameAvailabilityRequestBody

Constructor

CheckNameAvailabilityRequestBody(*, name: str, country_code: str, **kwargs)

Parameters

Name Description
name
Required
str

Required. The domain name to check for availability.

country_code
Required
str

Required. Country code of Azure tenant (e.g. 'US'). Refer to aka.ms/B2CDataResidency to see valid country codes and corresponding data residency locations. If you do not see a country code in an valid data residency location, choose one from the list.

Keyword-Only Parameters

Name Description
name
Required
country_code
Required